[v-cloak]{
	display: none;
}

body{
	background: #FFFFFF;
	/*background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;*/
}
#appCont{
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
	color: #2A2A2A;
}
i{
	display: inline-block;
}
.index-content {
	width: 1200px;
	margin: 0px auto;
}
.flexBetween{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.content-top-left{
	width: 695px;
	height: 390px;
	-moz-border-radius: 4px;
	     border-radius: 4px;
	margin-right: 11px;
}
.content-top-right{
	width:-webkit-calc(100% - 706px);
	width:-moz-calc(100% - 706px);
	width:calc(100% - 706px);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content-top-right .content-topRight-img{
	position: relative;
	width: 241px;
	height: 136px;
	overflow: hidden;
}
.duration-relative{
	position: relative;
}
.content-top-duration{
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: inline-block;
	padding: 2px 8px;
	background: rgba(0, 0, 0, 0.7);
	-moz-border-radius: 10px;
	     border-radius: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
.content-top-right .content-topRight-title{
	width: 241px;
	height: 44px;
	line-height: 22px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 6px;
}
.content-top:nth-child(2) .content-topRight-title{
	margin-bottom: 18px;
}
.content-topRight-title:hover{
	color: #1FCDEB;
}
/*品牌热度榜*/
.brandHot{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 12px;
	-webkit-box-shadow: 0px 3px 24px -3px rgba(16, 21, 34, 0.06);
	   -moz-box-shadow: 0px 3px 24px -3px rgba(16, 21, 34, 0.06);
	        box-shadow: 0px 3px 24px -3px rgba(16, 21, 34, 0.06);
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #F2F2F2;
	padding: 0 15px;
	background: #FFFFFF;
}
.brand-title{
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #2A2A2A;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 12px;
}
.brand-hot-rank{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #F2F2F2;
}
.brand-hot-rank .brand-rankRont{
	position: relative;
	width: 121px;
	height: 46px;
	background: rgba(255, 255, 255, 0.01);
}
.brand-flex-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.brand-icon{
	width: 14px;
	height: 17px;
	margin-right: 5px;
	background: url("/desktop/img/hotdeg@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.brand-rank-icon{
	position: absolute;
	top: -4px;
	left: 0;
	width: 14px;
	height: 14px;
}
.one{
	background: url("/desktop/img/hotdeg_one@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.two{
	background: url("/desktop/img/hotdeg_two@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.three{
	background: url("/desktop/img/hotdeg_three@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.brand-hot-rank .brand-img{
	padding-left: 8px;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.brand-hot-rank .brand-name{
	color: #2A2A2A;
	font-size: 12px;
}

.brand-hot-rank .brand-hotdeg-num{
	font-size: 16px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
	color: #2A2A2A;
	margin-left: 6px;
}
/*广告*/
.ad{
	width: 100%;
	height: 90px;
	margin: 24px 0 40px;
}
.ad-jump-adress{
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.ad-img{
	width: 100%;
}
.infor-banner-ad{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.ad_left_ad{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 15px;
    display: inline-block;
    -moz-border-radius: 0px 6px 0px 0px;
         border-radius: 0px 6px 0px 0px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    z-index: 9;
    cursor: pointer;
}
.ad_right_close{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 15px;
    display: inline-block;
    -moz-border-radius: 6px 0px 0px 0px;
         border-radius: 6px 0px 0px 0px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    z-index: 9;
    cursor: pointer;
}
/*专题*/
.special{
	margin-top: 40px;
}
.special-top{
	margin-bottom: 16px;
}
.special-top-left{
	display: inline-block;
	width: 695px;
	height: 390px;
	background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
	-moz-border-radius: 4px 0px 0px 4px;
	     border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}
.special-left-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.special-top-right{
	position: relative;
	width: -webkit-calc(100% - 695px);
	width: -moz-calc(100% - 695px);
	width: calc(100% - 695px);
	height: 390px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 24px;
	background: url("/desktop/images/special_back@2x.png") no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.special-right-title{
	width: 100%;
	max-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 30px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom: 12px;
}
.special-icon{
	height: 22px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}
.special-right-intro{
	width: 100%;
	max-height: 96px;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 24px;
	padding-top: 12px;
	border-top: 1px solid #EEEEEE;
	margin-bottom: 12px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.special-update{
	height: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 12px;
}
.special-join-author{
	height: 28px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.cuoweiimg{
	display: inline-block;
	max-width: 128px;
	height: 28px;
	vertical-align: middle;
	overflow: hidden;
}
.join-author-toux{
	position: relative;
	width: 28px;
	height: 28px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	vertical-align: middle;
}
.join-author-toux:first-child{
	left: 0px;
}
.join-author-toux:nth-child(2){
	left: -2px;
}.join-author-toux:nth-child(3){
	left: -4px;
}.join-author-toux:nth-child(4){
	left: -6px;
}.join-author-toux:nth-child(5){
	left: -8px;
}
.special-detial{
	position: absolute;
	left: 24px;
	bottom: 24px;
	width: 122px;
	height: 39px;
}
.special-detial-img{
	display: block;
	width: 122px;
	height: 39px;
	background: url("/desktop/images/see_detial@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.special-detial-img:hover{
	background: url("/desktop/images/see_detail_active@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}

.special-img{
	position: relative;
	display: inline-block;
	width: 190px;
	height: 142px;
	overflow: hidden;
}
.special-title{
	width: 189px;
	height: 40px;
	font-size: 14px;
	color: #2A2A2A;
	line-height: 20px;
	margin: 6px 0 4px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.special-author-toux{
	width: 15px;
	height: 15px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	vertical-align: middle;
}
.special-author-name{
	height: 17px;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	margin-left: 2px;
}
/*汽车头条*/
.qctt-title{
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 33px;
	margin: 40px 0 16px;
}
.see-more{
	width: 95px;
	height: 22px;
	margin-top: 11px;
	background: url("/desktop/images/see_more@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.see-more:hover{
	background: url("/desktop/images/see_more_active@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.qctt-banner-left{
	width: 998px;
	height: 353px;
}
.qctt-swiper-left{
	position: relative;
	width: 626px;
	height: 353px;
	overflow: hidden;
	background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
	text-align: center;
}
.qctt-swiper-left .play-icon{
	position: absolute;
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	z-index:1;
}
.qctt_swiper_left_img{
	height: 100%;
}
#qcttSwiper,#qctt-swiper,#qctt-swiper-title{
	width: 100%;
	height: 100%;
}
.swiper-wrapper{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	position: relative;
}
.section-focus-pic .swiper-slide{
	background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
}
.spread {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 10px;
    padding: 2px 14px;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 12px;
}
.qctt-bottom-img.trans-img img{
	background: none;
}
.play_btns{
	position: absolute;
	left: 300px;
	top: 155px;
	width: 30px;
	height: 30px;
}
.qctt-swiper-right{
	width: 372px;
	height: 353px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 46px 28px 24px;
	background: url("http://cools.qctt.cn/1632363603714.png") no-repeat center;
	-moz-background-size: cover;
	     background-size: cover;
}
.qctt-banner-right{
	width: 190px;
}
.qctt-right{
	margin-bottom: 9px;
}
.qctt-right .trans-img img{
	background: none;
}
.qctt-right:last-child{
	margin-bottom: 0;
}
.qctt-right-box{
	position: relative;
	width: 190px;
	height: 107px;
	-moz-border-radius: 2px;
	     border-radius: 2px;
}
.qctt-right-box:last-child{
	margin-bottom: 0;
}
.qctt-right-img{
	height: 107px;
	background: #D8D8D8;
	-moz-border-radius: 2px;
	     border-radius: 2px;
}
.qctt-right-title{
	position: absolute;
	left: 0;
	text-align: left;
	bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 6px;
	/*height: 40px;*/
	font-size: 14px;
	font-weight: 500;
	color: #F5F7FD;
	line-height: 20px;
	background: url("../img/qctt_juxing_back9.1.5@2x.png") no-repeat left bottom;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;

}
.qctt-right-title span{
	display: inline-block;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	word-break:break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qctt-right-title .video_play_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/video_play_white@2x.png");
	-moz-background-size: contain;
	     background-size: contain;
}
.qctt-right-title:hover .title{
	color: #1FCDEB;
}
.qctt-right-title:hover .video_play_icon{
	background: url("../img/video_play_blue@2x.png");
	-moz-background-size: contain;
	     background-size: contain;
}
.qctt-article{
	margin: 11px 0 16px;
}
.qctt-bottom-cont{
	width: 230px;
}
.qctt-bottom-img{
	width: 230px;
	height: 130px;
	background: #D8D8D8;
	-moz-border-radius: 4px;
	     border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
}
.qctt-bottom-title{
	width: 230px;
	height: 44px;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 22px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/*头条客*/
.ttk-article,.ttk-video{
	width: 439px;
	background: #FFFFFF;
	-moz-border-radius: 0px 0px 4px 4px;
	     border-radius: 0px 0px 4px 4px;
	border: 1px solid #F2F2F2;
}
.ttk-recommend{
	width: 290px;
}
.ttk-cont-img{
	display: block;
	width: 439px;
	height: 248px;
	overflow: hidden;
}
.ttk-cont-img.trans-img img{
	background: none;
}
.trans-img{
		display: inline-block;
		overflow: hidden;
		text-align: center;
		background: url("/desktop/img/zhanweitu.png") no-repeat center;
	    -moz-background-size: cover;
	         background-size: cover;
	}
.trans-img img{
	height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ttk-recommend-img{
	position: relative;
	display: block;
	width: 290px;
	height: 164px;
	overflow: hidden;
}
.ttk-article-cont,.ttk-video-cont{
	position: relative;
	margin-bottom: 12px;
	width: 439px;
	height: 28px;
	line-height: 28px;
	word-break:break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ttk-article-cont:first-child,.ttk-video-cont:first-child{
	height: 248px;
}
.ttk-article-cont .radio-icon,.ttk-video-cont .radio-icon{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #C5CAD4;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ttk-article-cont:hover .radio-icon,.ttk-video-cont:hover .radio-icon{
	background: #1FCDEB;
}
.video_play_icon{
	margin-bottom: 3px;
	margin-left: 3px;
}
.ttk-img-title .video_play_icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/video_play_white@2x.png");
	-moz-background-size: contain;
	     background-size: contain;
}
.ttk-img-title:hover .title{
	color: #1FCDEB;
}
.ttk-img-title:hover .video_play_icon{
	background: url("../img/video_play_blue@2x.png");
	-moz-background-size: contain;
	     background-size: contain;
}

.ttk-video-cont .ttk-img-title{
	padding: 0 12px 4px;
}
.ttk-article-title .ttk_video_play_icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/video_play@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	     vertical-align: middle;
	     margin-top: -19px;
}
.ttk-article-title:hover .ttk_video_play_icon{
	background: url("../img/video_play_active@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.ttk-img-title{
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 12px 12px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ttk-img-title span{
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	max-height: 56px;
	line-height: 28px;
	word-break:break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ttk-article-cont .ttk-img-title span{
	width: 100%;
}
.ttk-article-title span{
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #2A2A2A;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ttk-article-cont .ttk-article-title span{
	width: -webkit-calc(100% - 36px);
	width: -moz-calc(100% - 36px);
	width: calc(100% - 36px);
}
.ttk-video-cont .ttk-article-title span{
	max-width: -webkit-calc(100% - 66px);
	max-width: -moz-calc(100% - 66px);
	max-width: calc(100% - 66px);	
}
.ttk-video-cont .ttk-img-title span{
	max-width: -webkit-calc(100% - 23px);
	max-width: -moz-calc(100% - 23px);
	max-width: calc(100% - 23px);
}
.ttk-article-cont:hover .ttk-article-title span,.ttk-video-cont:hover .ttk-article-title span{
	color: #1FCDEB;
}
.trans-img img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ttk-recommend-cont{
	margin-bottom: 16px;
}
.ttk-right-cont{
	position: relative;
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 11;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
}
.ttk-right-cont span{
	display: inline-block;
	max-width: -webkit-calc(100% - 25px);
	max-width: -moz-calc(100% - 25px);
	max-width: calc(100% - 25px);
	line-height: 22px;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ttk-right-cont .video_play_icon{
	width: 16px;
	height: 16px;
}
.ttk-recomImg{
	position: relative;
	width: 125px;
	height: 72px;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	margin-right: 8px;
	overflow: hidden;
}
.ttk-recomTitle{
	width: 157px;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 24px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.ttk-recomTitle:hover span{
	color: #1FCDEB;
}
/*推荐作者*/
.author-title{
	margin-top: 40px;
}
.author_box {
    margin: 30px 0 10px;
}
.author_back {
    position: relative;
    width: 100%;
    height: 132px;
    overflow: hidden;
}
.swiper-container {
    height: 120px;
    margin: 0px auto;
}

.recommend_author .swiper-slide {
	width: 130px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

#authorBanner .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
}

.authormc_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 132px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.authormc_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 132px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 9;
}


.author_msg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.author_tx {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999999;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
	border: 2px solid #FFFFFF;
}

.author_tx img {
    width: 100%;
    height: 100%;
}

.author_msg span {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    width: 130px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*汽车视频*/
.car-video{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.car-video-li{
	width: 288px;
	margin-bottom: 24px;
}
.video_palybox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 162px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.video_palybox img {
    width: auto;
    max-width: 100%;
    height: 100%;
    background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.video_palybox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.paly_alltime {
    position: absolute;
    bottom: 8px;
    right: 8px;
    /*left: 220px;*/
    display: inline-block;
    font-size: 12px;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}
.publish_txbox {
    position: relative;
    top: 30px;
    left: 0;
}
.publish_tx {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.publish_tx img {
    width: auto;
    height: 100%;
    background: #FFFFFF;
}
.publish_name {
    position: absolute;
    left: 58px;
    top: -26px;
    height: 20px;
    font-size: 14px;
    color: #2A2A2A;
    line-height: 20px;
}

.play_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 32px;
}

.play_title a {
    display: inline-block;
    height: 44px;
    color: #2A2A2A;
}

.play_times {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #9294A1;
    line-height: 20px;
    margin-top: 10px;
}
/*资讯*/
.zixun-title{
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 33px;
}
.weekhot-title{
	margin: 16px 0;
}
.information{
	float: left;
	width: 877px;
	/*margin-right: 31px;*/
}
.zixun-zhuanti-icon{
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 41px;
	height: 22px;
	background: url("https://cools.qctt.cn/1631862427967.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.part2 .author-touxiang{
	margin-right: 0;
}
/*一周热门*/
.weekHot{
	float: right;
	position:-webkit-sticky;
	position:sticky;
	width: 290px;
	top: 52px;
	right: 0;
}
.weekHot-contImg{
	margin-bottom: 14px;
}
.weekHot-contImg-img{
	position: relative;
	width: 110px;
	height: 62px;
	overflow: hidden;
	margin-right: 8px;
	text-align: center;
	background: url("/desktop/img/zhanweitu.png") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
}
.weekHot-contImg-img img{
	width: auto;
	height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.weekHot-contImg-img img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
} 
.weekHot-contImg-img .brand-rank-icon{
	top: 0;
	z-index: 11;
}
.weekHot-contImg-img .duration{
	height: 18px;
	-moz-border-radius: 12px;
	     border-radius: 12px;
	bottom: -1px;
	right: -5px;
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.weekHot-contImg-msg{
	width: 172px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.weekHot-author-msg{
	margin-top: 6px;
}
.weekHot-author-toux{
	width: 16px;
	height: 16px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	vertical-align: middle;
}
.weekHot-author-name{
	height: 12px;
	font-size: 12px;
	color: #999999;
	line-height: 12px;
	vertical-align: middle;
}
.article-type{
	display: inline-block;
	width: 38px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #CED1DD;
	margin-right: 4px;
	color: #9294A1;
	font-size: 12px;
}
.weekHot-title{
	width: -webkit-calc(100% - 42px);
	width: -moz-calc(100% - 42px);
	width: calc(100% - 42px);
}
.more-box{
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #1FCDEB;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #1FCDEB;
	padding: 0;
	margin: 32px auto;
	cursor: pointer;
}
.more-box:hover{
	background: #1FCDEB;
	color: #FFFFFF;
}
.title:hover,.title span:hover{
	color: #1FCDEB;
}
.qctt_swiper_title{
	width: 316px;
	max-height: 126px;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #F5F7FD;
	line-height: 42px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.qctt_swiper_right_toux{
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
}
.qctt_swiper_right_name{
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;

}
#qctt-swiper-title{
	position: relative;
}
#qctt-swiper-title.swiper-container{
    --swiper-theme-color: #606164;
    --swiper-pagination-color: #FFFFFF;/* 两种都可以 */
     --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
  }
#qctt-swiper-title .button-prev{
	position: absolute;
	left: 0;
	top: 282px;
	width: 20px;
	height: 20px;
	background: url("/desktop/images/swLeft9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	z-index: 11;
}
#qctt-swiper-title .button-next{
	position: absolute;
	left: 32px;
	top: 282px;
	width: 20px;
	height: 20px;
	background: url("/desktop/images/swRight9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	z-index: 11;
}
#qctt-swiper-title .swiper-pagination{
	text-align: right;
}
#qctt-swiper-title .swiper-pagination-bullet{
	background: #FFFFFF;
	opacity: 0.3;
}
#qctt-swiper-title .swiper-pagination-bullet-active{
	background: #FFFFFF;
	opacity: 1;
}
#qctt-swiper-title .button-prev:hover{
	background: url("/desktop/images/swLeft_active9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
#qctt-swiper-title .button-next:hover{
	background: url("/desktop/images/swRight_active9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
